home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / ffg155.zip / UTIL_BAT.ZIP / VIDLINES.BAT < prev   
DOS Batch File  |  1993-10-31  |  568b  |  21 lines

  1. @echo off
  2. ::cls
  3. ::echo This changes the number of video lines to 25, 43, or 50.
  4. ::echo Press any key to execute...
  5. ::pause>nul
  6. ::if %1.==. goto USAGE
  7.   ffg /q /1 c:\* /v%1
  8.   goto END
  9. :USAGE
  10.   echo USAGE: %0  [25|43|50]
  11.   echo.
  12.   echo    25 = 25 video lines
  13.   echo    43 = 43 video lines on EGA or VGA
  14.   echo    50 = 50 video lines on VGA
  15.   echo.
  16.   echo    if ## lines is not specified, display lines will be toggled between
  17.   echo    25 lines and 43/50 (depending on EGA/VGA).
  18. :END
  19. ::echo Done.  Press any key for next demonstration...
  20. ::pause>nul
  21.